home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / frame_4 / DoAction_12.as < prev    next >
Text File  |  2013-04-24  |  123b  |  10 lines

  1. function cheat()
  2. {
  3.    if(Key.isDown(89))
  4.    {
  5.       cheatHit = true;
  6.       points += 10;
  7.    }
  8. }
  9. cheatHit = false;
  10.